PlayerError

data class PlayerError(type: String, errorCode: String)

Corresponds to kMediaError

Constructors

PlayerError
Link copied to clipboard
fun PlayerError(type: String, errorCode: String)

Properties

errorCode
Link copied to clipboard
val errorCode: String
When this switches to using media::Status instead of PipelineStatus we can remove "errorCode" and replace it with the fields from a Status instance.
type
Link copied to clipboard
val type: String

Sources

jvm source
Link copied to clipboard